From 2edf0529f12c94e6b28d2b201c44157bd2e39c6a Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Sat, 15 Feb 2020 12:26:44 -0700 Subject: [PATCH] reference file relocation. (#506) move geocaching.loc into reference directory. use ${REFERENCE} to find reference files. not reference. not nothing. --- geocaching.loc => reference/geocaching.loc | 0 testo.d/classic-2.test | 10 +++++----- testo.d/csv.test | 2 +- testo.d/duplicate.test | 4 ++-- testo.d/fugawi.test | 2 +- testo.d/geo.test | 4 ++-- testo.d/gpsdrive.test | 2 +- testo.d/gpsman.test | 2 +- testo.d/gpssim.test | 2 +- testo.d/gpsutil.test | 2 +- testo.d/gpx.test | 4 ++-- testo.d/kml-read.test | 2 +- testo.d/lowranceusr.test | 2 +- testo.d/mapsend.test | 2 +- testo.d/nmea.test | 2 +- testo.d/position.test | 6 +++--- testo.d/radius.test | 2 +- testo.d/stackfilter.test | 6 +++--- testo.d/tiger.test | 2 +- testo.d/tpg.test | 2 +- testo.d/track-discard.test | 4 ++-- testo.d/xcsv.test | 2 +- 22 files changed, 33 insertions(+), 33 deletions(-) rename geocaching.loc => reference/geocaching.loc (100%) diff --git a/geocaching.loc b/reference/geocaching.loc similarity index 100% rename from geocaching.loc rename to reference/geocaching.loc diff --git a/testo.d/classic-2.test b/testo.d/classic-2.test index 2102c3cfa..8bcaf9115 100644 --- a/testo.d/classic-2.test +++ b/testo.d/classic-2.test @@ -20,21 +20,21 @@ compare ${REFERENCE}/dusky.gnuplot ${TMPDIR}/pathdist.out # it. # -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o tabsep -F ${TMPDIR}/tabsep.in +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o tabsep -F ${TMPDIR}/tabsep.in gpsbabel -i tabsep -f ${TMPDIR}/tabsep.in -o geo -F ${TMPDIR}/tabsep.out -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o geo -F ${TMPDIR}/geotabsep.out +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o geo -F ${TMPDIR}/geotabsep.out compare ${TMPDIR}/tabsep.out ${TMPDIR}/geotabsep.out # # Now do the same for custom - it has the same issues. # -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o custom -F ${TMPDIR}/custom.in +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o custom -F ${TMPDIR}/custom.in gpsbabel -i custom -f ${TMPDIR}/custom.in -o geo -F ${TMPDIR}/custom.out -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o geo -F ${TMPDIR}/geocustom.out +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o geo -F ${TMPDIR}/geocustom.out # # Write something to the various output-only formats # -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o text -F ${TMPDIR}/text.out -o html -F ${TMPDIR}/html.out -o vcard -F ${TMPDIR}/vcard.out #-o palmdoc -F ${TMPDIR}/pd.out +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o text -F ${TMPDIR}/text.out -o html -F ${TMPDIR}/html.out -o vcard -F ${TMPDIR}/vcard.out #-o palmdoc -F ${TMPDIR}/pd.out diff --git a/testo.d/csv.test b/testo.d/csv.test index ebc156c2a..4bd2107ed 100644 --- a/testo.d/csv.test +++ b/testo.d/csv.test @@ -1,7 +1,7 @@ # CSV (Comma separated value) data. -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o csv -F ${TMPDIR}/csv.csv +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o csv -F ${TMPDIR}/csv.csv gpsbabel -i csv -f ${TMPDIR}/csv.csv -o csv -F ${TMPDIR}/csv2.csv compare ${TMPDIR}/csv2.csv ${TMPDIR}/csv.csv # And the alternate command line version. diff --git a/testo.d/duplicate.test b/testo.d/duplicate.test index cd3b65511..c6dad28ab 100644 --- a/testo.d/duplicate.test +++ b/testo.d/duplicate.test @@ -3,7 +3,7 @@ # as an intermediate format for testing the filter. # rm -f ${TMPDIR}/filterdupe.csv1 ${TMPDIR}/filterdupe.csv2 -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o csv -F ${TMPDIR}/filterdupe.csv1 -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -f ${REFERENCE}/../geocaching.loc -x duplicate,shortname \ +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o csv -F ${TMPDIR}/filterdupe.csv1 +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -f ${REFERENCE}/geocaching.loc -x duplicate,shortname \ -o csv -F ${TMPDIR}/filterdupe.csv2 sort_and_compare ${TMPDIR}/filterdupe.csv1 ${TMPDIR}/filterdupe.csv2 diff --git a/testo.d/fugawi.test b/testo.d/fugawi.test index f123b9541..51ea23026 100644 --- a/testo.d/fugawi.test +++ b/testo.d/fugawi.test @@ -3,7 +3,7 @@ rm -f ${TMPDIR}/fugawi* gpsbabel -i fugawi -f ${REFERENCE}/fugawi.notime.txt -o fugawi -F ${TMPDIR}/fugawi1.txt compare ${REFERENCE}/fugawi.ref.txt ${TMPDIR}/fugawi1.txt -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o fugawi -F ${TMPDIR}/fugawi2.txt +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o fugawi -F ${TMPDIR}/fugawi2.txt compare ${REFERENCE}/fugawi.ref.txt ${TMPDIR}/fugawi2.txt gpsbabel -i fugawi -f ${TMPDIR}/fugawi2.txt -o fugawi -F ${TMPDIR}/fugawi3.txt compare ${TMPDIR}/fugawi2.txt ${TMPDIR}/fugawi3.txt diff --git a/testo.d/geo.test b/testo.d/geo.test index c5dbe7978..1bd748d19 100644 --- a/testo.d/geo.test +++ b/testo.d/geo.test @@ -1,10 +1,10 @@ # Geocaching .loc rm -f ${TMPDIR}/gl.loc -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o geo -F ${TMPDIR}/gl.loc +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o geo -F ${TMPDIR}/gl.loc compare ${TMPDIR}/gl.loc ${REFERENCE} # we have a one off reader in geo, make sure it can read stdin. rm -f ${TMPDIR}/gl_si.loc -cat ${REFERENCE}/../geocaching.loc | gpsbabel -i geo -f - -o geo -F ${TMPDIR}/gl_si.loc +cat ${REFERENCE}/geocaching.loc | gpsbabel -i geo -f - -o geo -F ${TMPDIR}/gl_si.loc compare ${TMPDIR}/gl_si.loc ${REFERENCE}/gl.loc diff --git a/testo.d/gpsdrive.test b/testo.d/gpsdrive.test index 549d8cb13..324d09941 100644 --- a/testo.d/gpsdrive.test +++ b/testo.d/gpsdrive.test @@ -1,6 +1,6 @@ # GpsDrive rm -f ${TMPDIR}/gpsdrive.txt -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o gpsdrive -F ${TMPDIR}/gpsdrive.txt +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o gpsdrive -F ${TMPDIR}/gpsdrive.txt compare ${TMPDIR}/gpsdrive.txt ${REFERENCE} gpsbabel -i gpsdrive -f ${REFERENCE}/gpsdrive.txt -o gpsdrive -F ${TMPDIR}/gpsdrive2.txt compare ${REFERENCE}/gpsdrive.txt ${TMPDIR}/gpsdrive2.txt diff --git a/testo.d/gpsman.test b/testo.d/gpsman.test index 981092079..1c131d6be 100644 --- a/testo.d/gpsman.test +++ b/testo.d/gpsman.test @@ -1,6 +1,6 @@ # GPSman rm -f ${TMPDIR}/gm.gm ${TMPDIR}/gm.gm+ -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o gpsman -F ${TMPDIR}/gm.gm -o gpsutil -F ${TMPDIR}/gu.wpt +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o gpsman -F ${TMPDIR}/gm.gm -o gpsutil -F ${TMPDIR}/gu.wpt gpsbabel -i gpsman -f ${TMPDIR}/gm.gm -o gpsutil -F ${TMPDIR}/gm.gm+ compare ${TMPDIR}/gm.gm+ ${TMPDIR}/gu.wpt diff --git a/testo.d/gpssim.test b/testo.d/gpssim.test index d441ea6b2..b4e64141c 100644 --- a/testo.d/gpssim.test +++ b/testo.d/gpssim.test @@ -1,7 +1,7 @@ # # Franson GPSGate simulation # -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o gpssim -F ${TMPDIR}/waypoints.gpssim +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o gpssim -F ${TMPDIR}/waypoints.gpssim compare ${TMPDIR}/waypoints.gpssim ${REFERENCE} gpsbabel -i gpx -f ${REFERENCE}/track/tracks.gpx -o gpssim -F ${TMPDIR}/tracks.gpssim compare ${TMPDIR}/tracks.gpssim ${REFERENCE}/track diff --git a/testo.d/gpsutil.test b/testo.d/gpsutil.test index 29f92bab2..a587e8723 100644 --- a/testo.d/gpsutil.test +++ b/testo.d/gpsutil.test @@ -1,6 +1,6 @@ # GPSUtil rm -f ${TMPDIR}/gu.wpt ${TMPDIR}/1.gpx ${TMPDIR}/2.gpx -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o gpsutil -F ${TMPDIR}/gu.wpt +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o gpsutil -F ${TMPDIR}/gu.wpt compare ${TMPDIR}/gu.wpt ${REFERENCE} gpsbabel -i gpsutil -f ${TMPDIR}/gu.wpt -o gpx -F ${TMPDIR}/1.gpx gpsbabel -i gpsutil -f ${REFERENCE}/gu.wpt -o gpx -F ${TMPDIR}/2.gpx diff --git a/testo.d/gpx.test b/testo.d/gpx.test index 0caf836bf..19ca6c83b 100644 --- a/testo.d/gpx.test +++ b/testo.d/gpx.test @@ -1,8 +1,8 @@ # GPX rm -f ${TMPDIR}/gl.gpx ${TMPDIR}/gpx.wpt -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o gpsman -F ${TMPDIR}/gm.gm -o gpsutil -F ${TMPDIR}/gu.wpt -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o gpx -F ${TMPDIR}/gl.gpx +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o gpsman -F ${TMPDIR}/gm.gm -o gpsutil -F ${TMPDIR}/gu.wpt +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o gpx -F ${TMPDIR}/gl.gpx gpsbabel -i gpx -f ${TMPDIR}/gl.gpx -o gpsutil -F ${TMPDIR}/gpx.wpt compare ${TMPDIR}/gpx.wpt ${TMPDIR}/gu.wpt diff --git a/testo.d/kml-read.test b/testo.d/kml-read.test index 65271ad0c..fbca3c5dd 100644 --- a/testo.d/kml-read.test +++ b/testo.d/kml-read.test @@ -3,7 +3,7 @@ # as real world usage shows our writer is more frequently used than our # reader. -# gpsbabel -i geo -f geocaching.loc -o unicsv -F ${TMPDIR}/geocaching.txt +# gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o unicsv -F ${TMPDIR}/geocaching.txt gpsbabel -i kml -f ${REFERENCE}/kml-points.kml -o unicsv -F ${TMPDIR}/geo~unicsv.txt compare ${REFERENCE}/kml-points.txt ${TMPDIR}/geo~unicsv.txt diff --git a/testo.d/lowranceusr.test b/testo.d/lowranceusr.test index ee13bfc6d..e35692ffa 100644 --- a/testo.d/lowranceusr.test +++ b/testo.d/lowranceusr.test @@ -67,7 +67,7 @@ rm -f ${TMPDIR}/lowrance* # Test ability to read non-Lowrance format and generate USR v2 file -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o lowranceusr,wversion=2 -F ${TMPDIR}/lowrance1.usr +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o lowranceusr,wversion=2 -F ${TMPDIR}/lowrance1.usr bincompare ${REFERENCE}/lowrance.usr ${TMPDIR}/lowrance1.usr # Use the file just created to see if can write back the same data diff --git a/testo.d/mapsend.test b/testo.d/mapsend.test index f9e62aa82..ff367e678 100644 --- a/testo.d/mapsend.test +++ b/testo.d/mapsend.test @@ -1,6 +1,6 @@ # Magellan Mapsend rm -f ${TMPDIR}/mm.mapsend ${TMPDIR}/mm.gps -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o mapsend -F ${TMPDIR}/mm.mapsend +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o mapsend -F ${TMPDIR}/mm.mapsend gpsbabel -i mapsend -f ${TMPDIR}/mm.mapsend -o gpsutil -F ${TMPDIR}/mm.gps compare ${TMPDIR}/mm.gps ${REFERENCE}/gu.wpt diff --git a/testo.d/nmea.test b/testo.d/nmea.test index 1c530f097..169682979 100644 --- a/testo.d/nmea.test +++ b/testo.d/nmea.test @@ -15,7 +15,7 @@ compare ${REFERENCE}/track/amod.gpx ${TMPDIR}/amod-out.gpx compare ${REFERENCE}/track/amod-cleansed ${TMPDIR}/amod-pure # Test GPWPL waypoints. Verify we can write first. -gpsbabel -i geo -f geocaching.loc -o nmea -F ${TMPDIR}/waypoints.nmea +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o nmea -F ${TMPDIR}/waypoints.nmea compare ${REFERENCE}/waypoints.nmea ${TMPDIR}/waypoints.nmea # Now read our reference file and prove that our writer will make one to match. gpsbabel -i nmea -f ${REFERENCE}/waypoints.nmea -o nmea -F ${TMPDIR}/wayout.nmea diff --git a/testo.d/position.test b/testo.d/position.test index bd59ae995..90e66e44e 100644 --- a/testo.d/position.test +++ b/testo.d/position.test @@ -4,11 +4,11 @@ # position filter, we can test very similarly to the duplicate filter. # rm -f ${TMPDIR}/filterpos.csv1 ${TMPDIR}/filterpos.csv2 -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o csv -F ${TMPDIR}/filterpos.csv1 -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -f ${REFERENCE}/../geocaching.loc -x position,distance=5f \ +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o csv -F ${TMPDIR}/filterpos.csv1 +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -f ${REFERENCE}/geocaching.loc -x position,distance=5f \ -o csv -F ${TMPDIR}/filterpos.csv2 sort_and_compare ${TMPDIR}/filterpos.csv1 ${TMPDIR}/filterpos.csv2 # check a track that loops back with a return leg adjacent to an outgoing leg. -gpsbabel -i gpx -f reference/track/position_track.gpx -x position,distance=12m -o gpx -F ${TMPDIR}/position_track_filtered.gpx +gpsbabel -i gpx -f ${REFERENCE}/track/position_track.gpx -x position,distance=12m -o gpx -F ${TMPDIR}/position_track_filtered.gpx compare ${REFERENCE}/track/position_track_filtered.gpx ${TMPDIR}/position_track_filtered.gpx diff --git a/testo.d/radius.test b/testo.d/radius.test index 82675c88b..70c3a400c 100644 --- a/testo.d/radius.test +++ b/testo.d/radius.test @@ -3,7 +3,7 @@ # Radius filter # rm -f ${TMPDIR}/radius.csv -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc \ +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc \ -x radius,lat=35.9720,lon=-87.1347,distance=14.7 \ -o csv -F ${TMPDIR}/radius.csv compare ${TMPDIR}/radius.csv ${REFERENCE} diff --git a/testo.d/stackfilter.test b/testo.d/stackfilter.test index 25ab1b89b..e1a48e3d0 100644 --- a/testo.d/stackfilter.test +++ b/testo.d/stackfilter.test @@ -5,9 +5,9 @@ # exercise all of the currently-extant filter code. # -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -x stack,push,copy,nowarn -x stack,push,copy -x stack,push -x stack,pop,replace -x stack,pop,append -x stack,push,copy -x stack,pop,discard -x stack,swap,depth=1 -o arc -F ${TMPDIR}/stackfilt.txt +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -x stack,push,copy,nowarn -x stack,push,copy -x stack,push -x stack,pop,replace -x stack,pop,append -x stack,push,copy -x stack,pop,discard -x stack,swap,depth=1 -o arc -F ${TMPDIR}/stackfilt.txt -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -x transform,rte=wpt,del -x stack,push,copy,nowarn -x stack,push,copy -x stack,push -x stack,pop,replace -x stack,pop,append -x stack,push,copy -x stack,pop,discard -x stack,swap,depth=1 -o arc -F ${TMPDIR}/stackfilt.txt +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -x transform,rte=wpt,del -x stack,push,copy,nowarn -x stack,push,copy -x stack,push -x stack,pop,replace -x stack,pop,append -x stack,push,copy -x stack,pop,discard -x stack,swap,depth=1 -o arc -F ${TMPDIR}/stackfilt.txt -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -x transform,trk=wpt,del -x stack,push,copy,nowarn -x stack,push,copy -x stack,push -x stack,pop,replace -x stack,pop,append -x stack,push,copy -x stack,pop,discard -x stack,swap,depth=1 -o arc -F ${TMPDIR}/stackfilt.txt +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -x transform,trk=wpt,del -x stack,push,copy,nowarn -x stack,push,copy -x stack,push -x stack,pop,replace -x stack,pop,append -x stack,push,copy -x stack,pop,discard -x stack,swap,depth=1 -o arc -F ${TMPDIR}/stackfilt.txt diff --git a/testo.d/tiger.test b/testo.d/tiger.test index 71b3c458f..c42ea3917 100644 --- a/testo.d/tiger.test +++ b/testo.d/tiger.test @@ -3,6 +3,6 @@ # so we simply test we can write it, and then read it and write it and # get an identical file back. rm -f ${TMPDIR}/tiger -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o tiger -F ${TMPDIR}/tiger +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o tiger -F ${TMPDIR}/tiger gpsbabel -i tiger -f ${TMPDIR}/tiger -o tiger -F ${TMPDIR}/tiger2 compare ${TMPDIR}/tiger ${TMPDIR}/tiger2 diff --git a/testo.d/tpg.test b/testo.d/tpg.test index 312ea4626..132450e68 100644 --- a/testo.d/tpg.test +++ b/testo.d/tpg.test @@ -5,7 +5,7 @@ # against a format that rounds higher than we care to compare # for binary data. rm -f ${TMPDIR}/topo.mxf ${TMPDIR}/tpg.mxf ${TMPDIR}/geo.tpg -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o tpg -F ${TMPDIR}/geo.tpg +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o tpg -F ${TMPDIR}/geo.tpg gpsbabel -i tpg -f ${TMPDIR}/geo.tpg -o mxf -F ${TMPDIR}/tpg.mxf gpsbabel -i tpg -f ${REFERENCE}/tpg.tpg -o mxf -F ${TMPDIR}/topo.mxf compare ${TMPDIR}/tpg.mxf ${TMPDIR}/topo.mxf diff --git a/testo.d/track-discard.test b/testo.d/track-discard.test index 5145d1f04..539b16478 100644 --- a/testo.d/track-discard.test +++ b/testo.d/track-discard.test @@ -17,11 +17,11 @@ gpsbabel -t -i gpx -f ${REFERENCE}/track/trackfilter_discard.gpx -x track,merge, compare ${REFERENCE}/track/trackfilter_discard_out.gpx ${TMPDIR}/discard.gpx # This file has ONLY names starting with GC; verify we toss all. -gpsbabel -i geo -f geocaching.loc -x discard,matchname=GC* -o csv -F ${TMPDIR}/discardgc.geo +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -x discard,matchname=GC* -o csv -F ${TMPDIR}/discardgc.geo compare ${TMPDIR}/discardgc.geo /dev/null # Throw out all caches from Joe -gpsbabel -i geo -f geocaching.loc -x discard,matchdesc=JoGPS -o csv -F ${TMPDIR}/discardjoe.csv +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -x discard,matchdesc=JoGPS -o csv -F ${TMPDIR}/discardjoe.csv nlines=$(wc -l ${TMPDIR}/discardjoe.csv | awk '{print $1}') if [ $nlines -ne 4 ]; then diff --git a/testo.d/xcsv.test b/testo.d/xcsv.test index 7fe416553..a356f63eb 100644 --- a/testo.d/xcsv.test +++ b/testo.d/xcsv.test @@ -11,7 +11,7 @@ echo "IFIELD SHORTNAME,,%s" >> ${TMPDIR}/testo.style echo "IFIELD LAT_DIRDECIMAL,,%c%lf" >> ${TMPDIR}/testo.style echo "IFIELD LON_DECIMALDIR,,%lf%c" >> ${TMPDIR}/testo.style rm -f ${TMPDIR}/xcsv.geo ${TMPDIR}/xcsv.xcsv -gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o xcsv,style=${TMPDIR}/testo.style -F ${TMPDIR}/xcsv.geo +gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o xcsv,style=${TMPDIR}/testo.style -F ${TMPDIR}/xcsv.geo gpsbabel -i xcsv,style=${TMPDIR}/testo.style -f ${TMPDIR}/xcsv.geo -o xcsv,style=${TMPDIR}/testo.style -F ${TMPDIR}/xcsv.xcsv compare ${TMPDIR}/xcsv.geo ${TMPDIR}/xcsv.xcsv -- 2.30.2